home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDCheck 3.0.0.27 / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  2002-02-21  |  4KB  |  206 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 437
  3.   Top = 315
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 370
  8.   ClientWidth = 325
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblVersion: TLabel
  24.     Left = 19
  25.     Top = 46
  26.     Width = 47
  27.     Height = 13
  28.     Caption = 'Version '
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 19
  39.     Top = 64
  40.     Width = 106
  41.     Height = 13
  42.     Caption = 'Copyright (C) 2002'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object Label4: TLabel
  52.     Left = 11
  53.     Top = 111
  54.     Width = 32
  55.     Height = 13
  56.     Caption = 'E-Mail:'
  57.     Transparent = True
  58.   end
  59.   object Label5: TLabel
  60.     Left = 11
  61.     Top = 134
  62.     Width = 45
  63.     Height = 13
  64.     Caption = 'Web site:'
  65.     Transparent = True
  66.   end
  67.   object LblEMail: TLabel
  68.     Left = 74
  69.     Top = 111
  70.     Width = 95
  71.     Height = 13
  72.     Cursor = crHandPoint
  73.     Caption = 'CDCheck@elpros.si'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlue
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsUnderline]
  79.     ParentFont = False
  80.     Transparent = True
  81.     OnClick = LblEMailClick
  82.   end
  83.   object LblHomepage: TLabel
  84.     Left = 74
  85.     Top = 134
  86.     Width = 125
  87.     Height = 13
  88.     Cursor = crHandPoint
  89.     Caption = 'http://elpros.si/CDCheck/'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clBlue
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsUnderline]
  95.     ParentFont = False
  96.     Transparent = True
  97.     OnClick = LblHomepageClick
  98.   end
  99.   object Label3: TLabel
  100.     Left = 19
  101.     Top = 82
  102.     Width = 106
  103.     Height = 13
  104.     Caption = 'Author Mitja Perko'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     Transparent = True
  112.   end
  113.   object CDCheck: TLabel
  114.     Left = 16
  115.     Top = 0
  116.     Width = 142
  117.     Height = 37
  118.     Caption = 'CDCheck'
  119.     Font.Charset = EASTEUROPE_CHARSET
  120.     Font.Color = 10841658
  121.     Font.Height = -32
  122.     Font.Name = 'Arial'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object Label1: TLabel
  127.     Left = 11
  128.     Top = 331
  129.     Width = 69
  130.     Height = 13
  131.     Anchors = [akLeft, akBottom]
  132.     Caption = 'Registration'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsBold]
  138.     ParentFont = False
  139.     Transparent = True
  140.   end
  141.   object Label6: TLabel
  142.     Left = 11
  143.     Top = 348
  144.     Width = 28
  145.     Height = 13
  146.     Anchors = [akLeft, akBottom]
  147.     Caption = 'Code:'
  148.     Transparent = True
  149.   end
  150.   object Memo1: TMemo
  151.     Left = 8
  152.     Top = 160
  153.     Width = 313
  154.     Height = 169
  155.     Ctl3D = False
  156.     Lines.Strings = (
  157.       
  158.         'You can get additional information about the product on the web ' +
  159.         'site given above.'
  160.       ''
  161.       'This includes:'
  162.       '- FAQ (frequently asked questions)'
  163.       
  164.         '- up to date information on new versions (including beta version' +
  165.         's)'
  166.       '- mailing list'
  167.       ''
  168.       
  169.         'If you find any bug please report it using the page on the web s' +
  170.         'ite or e-mail it directly to me.')
  171.     ParentCtl3D = False
  172.     ReadOnly = True
  173.     TabOrder = 0
  174.     WordWrap = False
  175.   end
  176.   object SpdOK: TButton
  177.     Left = 240
  178.     Top = 8
  179.     Width = 72
  180.     Height = 25
  181.     Caption = 'OK'
  182.     Default = True
  183.     ModalResult = 1
  184.     TabOrder = 1
  185.   end
  186.   object ECode: TEdit
  187.     Left = 48
  188.     Top = 344
  189.     Width = 193
  190.     Height = 21
  191.     Anchors = [akLeft, akBottom]
  192.     TabOrder = 2
  193.     Text = 'Enter here your registration code'
  194.   end
  195.   object BtnRegister: TButton
  196.     Left = 248
  197.     Top = 342
  198.     Width = 75
  199.     Height = 25
  200.     Anchors = [akLeft, akBottom]
  201.     Caption = 'Register!'
  202.     TabOrder = 3
  203.     OnClick = BtnRegisterClick
  204.   end
  205. end
  206.